home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.exe / mw2demo.DXR / 00052.ls < prev    next >
Encoding:
Text File  |  1995-11-14  |  186 b   |  9 lines

  1. global newMovie
  2.  
  3. on enterFrame
  4.   set the itemDelimiter to "."
  5.   set newMovie to item 1 of the movie & ".DIR"
  6.   set the itemDelimiter to ","
  7.   set newMovie to the pathName & newMovie
  8. end
  9.